{
	"general": {
		"name" : "§3UNU V8 Heavy Engine",
		"type" : "engine_car",
		//"customType" : "v8h",
		"materials" : ["minecraft:iron_block:0:2", "unuparts:unuparts_decor_unu_piston:0:8"] //Vanilla
		//"materials" : ["immersiveengineering:metal_decoration0:5:1", "unuparts:unuparts_decor_unu_piston:0:8", "immersiveengineering:material:9:4"] //Immersive Engineering
	},
	
	"engine" : {
		"isAutomatic" : true,
		"starterPower" : 45,
		"starterDuration" : 8,
		"maxRPM" : 5500,
		"fuelConsumption" : 0.9,
		"fuelType" : "diesel",
		"gearRatios" : [-2.0, 0.0, 3.5, 3, 2.5, 2, 1.5, 1.25],//[-4.0, 0.0, 6.0, 4.0, 2.5],//[-2.0, 0.0, 3.0, 2.0, 1.25],
		"repairMaterials" : ["minecraft:iron_ingot:0:8"], //Vanilla
		//"repairMaterials" : ["immersiveengineering:metal:8:8"], //Immersive Engineering]
		"customSoundset" :[
			{
				"soundName" : "unuparts:4stroke_idle",
				"pitchIdle" : 1.0,
				"pitchMax" : 7,
				"volumeIdle" : 1.5,
				"volumeMax" : -4
			},
			{
				"soundName" : "unuparts:4stroke_low",
				"pitchIdle" : 0.01,
				"pitchMax" : 3,
				"volumeIdle" : 3,
				"volumeMax" : -1
			},
			{
				"soundName" : "unuparts:4stroke_high",
				"pitchIdle" : 0.01,
				"pitchMax" : 2,
				"volumeIdle" : -1.5,
				"volumeMax" : 4
			}
		]
	},
	
	"rendering": {
		"rotatableModelObjects" : [
			{
				"partName" : "$fan",
				"rotationPoint" : [0.0, 0.53125, 0.0],
				"rotationAxis" : [0, 0, 1.5],
				"rotationVariable" : "engine_rotation"
			},
			{
				"partName" : "$crankpulley",
				"rotationPoint" : [0.0, 0.0, 0.0],
				"rotationAxis" : [0, 0, 1],
				"rotationVariable" : "engine_rotation"
			},
			{
				"partName" : "$engine",
				"rotationPoint" : [0.0, 0.001, 0.0],
				"rotationAxis" : [0, 0, 1],
				"rotationVariable" : "engine_rotation"
			},
			{
				"partName" : "$engine",
				"rotationPoint" : [0.0, -0.001, 0.0],
				"rotationAxis" : [0, 0, -1],
				"rotationVariable" : "engine_rotation"
			}
		]
	}
}
